Compare commits

..

No commits in common. "main" and "v1.1.16" have entirely different histories.

2 changed files with 11 additions and 12 deletions

View File

@ -57,13 +57,13 @@ jobs:
- name: Push the container image
run: docker push ${{ steps.get-id.outputs.DOCKER_IMAGE }}
# - name: Scan Docker Image for vulnerabilities with Grype
# uses: anchore/scan-action@v6
# with:
# image: ${{ steps.get-id.outputs.DOCKER_IMAGE }}
# cache-db: true #Cache Grype DB in Github Actions
# output-format: table
# only-fixed: true
# severity-cutoff: critical
# fail-build: true
- name: Scan Docker Image for vulnerabilities with Grype
uses: anchore/scan-action@v6
with:
image: ${{ steps.get-id.outputs.DOCKER_IMAGE }}
cache-db: true #Cache Grype DB in Github Actions
output-format: table
only-fixed: true
severity-cutoff: critical
fail-build: true

View File

@ -5,11 +5,10 @@ Github Action Workflows that can be reused, built by GMetri
## Creating new releases
```bash
commit_msg=v1.1.17
git add -A;
git commit -m "$commit_msg"
git commit -m "<commit msg>"
#Minor version
git tag -a -m "$commit_msg" $commit_msg
git tag -a -m "<tag msg>" v1.0.1
git push --follow-tags
#Moving major version
git tag -fa v1