mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 21:30:23 +00:00
Merge branch 'main' into test
This commit is contained in:
commit
a6e60307b0
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
fileignoreconfig:
|
fileignoreconfig:
|
||||||
- filename: README.md
|
- filename: README.md
|
||||||
checksum: db50071255cfd6687a9011c05ef82c985afb25942a6537a839e30e8225445d72
|
checksum: bb56483eaa0ba28959b1366e11ba78b0c93ecb5f632ea9256487cb40c91b4314
|
||||||
|
|
|
@ -2,7 +2,7 @@ FROM ubuntu:20.04
|
||||||
|
|
||||||
RUN apt update && apt install -y git
|
RUN apt update && apt install -y git
|
||||||
|
|
||||||
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.25.0/talisman_linux_amd64", "/talisman"]
|
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.26.0/talisman_linux_amd64", "/talisman"]
|
||||||
RUN chmod +x /talisman
|
RUN chmod +x /talisman
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
|
@ -7,7 +7,7 @@ This action uses [Talisman](https://thoughtworks.github.io/talisman/) to scan th
|
||||||
```yml
|
```yml
|
||||||
steps:
|
steps:
|
||||||
- name: Detect secrets with Talisman in incoming commits
|
- name: Detect secrets with Talisman in incoming commits
|
||||||
uses: carhartl/talisman-secrets-scan-action@v1.0.1
|
uses: carhartl/talisman-secrets-scan-action@v1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Caveat
|
## Caveat
|
||||||
|
|
Loading…
Reference in a new issue