Skip to content

Commit

Permalink
Bump checkmarx/kics-github-action from 2.1.1 to 2.1.3
Browse files Browse the repository at this point in the history
Bumps [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) from 2.1.1 to 2.1.3.
- [Release notes](https://github.com/checkmarx/kics-github-action/releases)
- [Commits](Checkmarx/kics-github-action@v2.1.1...v2.1.3)

---
updated-dependencies:
- dependency-name: checkmarx/kics-github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 3712169 commit 6980c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# https://github.com/marketplace/actions/kics-github-action
- name: run kics Scan
uses: checkmarx/[email protected].1
uses: checkmarx/[email protected].3

Check warning on line 47 in .github/workflows/docker-image.yml

View workflow job for this annotation

GitHub Actions / build-and-push-image

[LOW] Unpinned Actions Full Length Commit SHA

Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
with:
path: '.'
output_path: 'target'
Expand Down

0 comments on commit 6980c7c

Please sign in to comment.